@font-face {
  font-family: 'Futura';
  src: url('./Futura Bold.otf')  format('truetype');/* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura light';
  src: url('./Futura Heavy.otf')  format('truetype');/* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}